home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-10-06 | 990 b | 52 lines | [TEXT/CWIE] |
- ///--------------------------------------------------------------------------------------
- // SWUtils.h
- //
- // #include this file with your projects, and all the necessary
- // SpriteWorld Utils files will be included automatically.
- ///--------------------------------------------------------------------------------------
-
- #ifndef __CIRCULARSCROLLING__
- #include <Circular Scrolling.h>
- #endif
-
- #ifndef __MULTISCREENSCROLLING__
- #include <Multi-Screen Scrolling.h>
- #endif
-
- #ifndef __SWAPPLICATION__
- #include <SWApplication.h>
- #endif
-
- #ifndef __DIALOGUTILS__
- #include <SWDialogUtils.h>
- #endif
-
- #ifndef __SWFIXED__
- #include <SWFixed.h>
- #endif
-
- #ifndef __SWFPSReport__
- #include <SWFPSReport.h>
- #endif
-
- #ifndef __SWGAMEUTILS__
- #include <SWGameUtils.h>
- #endif
-
- #ifndef __PARTICLES__
- #include <SWParticles.h>
- #endif
-
- #ifndef __SWSOUNDS__
- #include <SWSounds.h>
- #endif
-
- #ifndef __SWSTATS__
- #include <SWStats.h>
- #endif
-
- #include <SWCompressResource.h>
- #include <SWDitherDown.h>
- #include <SWFastLine.h>
-
-